SftTabs/NET 6.0

Switched Event, SftTabs Class

Softel vdm, Inc.

Occurs when the current tab page has been changed and is active.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event Switched As SwitchedEventHandler

C#   

public event SwitchedEventHandler Switched;

C++   

public: event SwitchedEventHandler Switched;

Event Data

The Switched event handler receives an argument of type EventArgs containing data related to this event.

Comments

The Switched event occurs when the current tab page has been changed and is active.

The Switched event follows the Switching event, indicating completion of the Switching event. The Switched event occurs even if the Switching event canceled tab switching by setting SwitchingEventArgs.Allow to False.

This event occurs when the current tab page has been changed and is active. The Switched event may also occur without a preceding Switching event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com